home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / 2D_3D / ShaderInspector / Source / English.lproj / ShaderInspector.nib / data.classes next >
Encoding:
Text File  |  1995-06-12  |  712 b   |  50 lines

  1. PopUpMenu = {
  2.     ACTIONS = {
  3.     };
  4.     OUTLETS = {
  5.     target;
  6.     popUpList;
  7.     };
  8.     SUPERCLASS = Button;
  9. };
  10. ShaderInspector = {
  11.     ACTIONS = {
  12.     pointLightLevelsChange:;
  13.     renderPhotoreal:;
  14.     ambientLightLevelChange:;
  15.     shaderInspect:;
  16.     appDidInit:;
  17.     showInfoPanel:;
  18.     };
  19.     OUTLETS = {
  20.     volumePopUp;
  21.     ambientLevel;
  22.     transformationPopUp;
  23.     shaderInspector;
  24.     view;
  25.     inspectionButtons;
  26.     displacementPopUp;
  27.     imagerPopUp;
  28.     lightPopUp;
  29.     pointLevels;
  30.     shaders;
  31.     surfacePopUp;
  32.     };
  33.     SUPERCLASS = Application;
  34. };
  35. FirstResponder = {
  36.     ACTIONS = {
  37.     };
  38.     SUPERCLASS = Object;
  39. };
  40. SimpleCamera = {
  41.     ACTIONS = {
  42.     };
  43.     OUTLETS = {
  44.     rotoMatrix;
  45.     theRotator;
  46.     rprButton;
  47.     };
  48.     SUPERCLASS = N3DCamera;
  49. };
  50.